@charset "UTF-8";
/* CSS Document */

.col-1-1.black_layer_side_menu{
  display: none;
  position: fixed;
  top:0;
  right:0;
  bottom:0;
  left:0;
  z-index: 9999999;
  background-color: #333333;  
  background-color: rgba(0,0,0,0.8);
}
.side_top,
.side_main{
  display: none;
  width: 500px;
  position: fixed;
  top: 0;
  right: -500px;
  bottom:0;
  padding: 30px 10px;
  background-color: #ffffff;
  z-index: 9999999;
  overflow-y:scroll;
}
.side_top .col-1-1.aside_top_menu,
.side_main .col-1-1.aside_top_menu{
  position: relative;
  padding: 15px;
  border-bottom: 1px solid #58585a;
  margin-bottom: 20px;
} 
.side_top #aside_menu_txt,
.side_main #aside_menu_txt{
  position: absolute;
  top:0;
  left:20px;
  width: 100%;
  font-family: Arial, sans-serif;
  font-weight: bold;
  text-align: left;
}
.col-1-1.aside_top_menu .fw{
  width: 100% !important;
  margin-left: -20px;
}
.side_top #aside_menu_close, 
.side_main #aside_menu_close {
  position: absolute;
  top: -15px;
  right: 0;
  width: 50px;
  font-size: 2em;
  font-family: Arial, sans-serif;
  cursor: pointer;
}
.side_top #aside_menu_close:hover i,
.side_main #aside_menu_close:hover i{color: #d71829 !important;}

.side_top .col-1-1.aside_wrapper .col-1-1.rows,
.side_main .col-1-1.aside_wrapper .col-1-1.rows{padding: 0px 20px;}

.side_top .col-1-1.aside_wrapper .col-1-1.aside_row,
.side_main .col-1-1.aside_wrapper .col-1-1.aside_row{
  clear: both;
  border-bottom: 1px solid #58585a;
  cursor: pointer;
  position: relative;
  padding: 16px 0px;
}
.side_main .col-1-1.aside_wrapper .col-1-1.aside_row.top{
  clear: both;
  border-bottom:none;
  cursor: pointer;
  position: relative;
  padding: 3px 0px;
}
.side_top .col-1-1.aside_wrapper .col-1-1.aside_row.mainlevel,
.side_main .col-1-1.aside_wrapper .col-1-1.aside_row.mainlevel{
  clear: both;
  border-bottom: 1px solid #58585a;
  cursor: pointer;
  position: relative;
  padding: 0px;
  height: 50px;
  display: table;
}

.side_top .col-1-1.aside_wrapper .col-1-1.aside_row i,
.side_main .col-1-1.aside_wrapper .col-1-1.aside_row i{
  position: absolute;
  left:0;
  top: 50%;
  font-size: 16px;
  margin-top: -8px;
}
.side_top .col-1-1.aside_wrapper .col-1-1.aside_row a,
.side_main .col-1-1.aside_wrapper .col-1-1.aside_row a{}

.side_top .col-1-1.aside_wrapper .col-1-1.aside_row.mainlevel a,
.side_main .col-1-1.aside_wrapper .col-1-1.aside_row.mainlevel  a{display: table-cell;vertical-align: middle;line-height: 1;}
 
.side_top .col-1-1.aside_wrapper .col-1-1.aside_row ul li a,
.side_main .col-1-1.aside_wrapper .col-1-1.aside_row ul li a{}

.col-1-1.aside_row.left:not(.subrow) a{color: #cc0033;font-weight: bold;font-size: 1.1em;}

.side_top .col-1-1.aside_wrapper .col-1-1.aside_row a:hover,
.side_main .col-1-1.aside_wrapper .col-1-1.aside_row a:hover{color: #58585a !important;}

.side_top .col-1-1.aside_wrapper .col-1-1.aside_row.subrow,
.side_main .col-1-1.aside_wrapper .col-1-1.aside_row.subrow{display: none;}

.side_top ul,
.side_main ul{list-style: square;padding-left: 25px;}

.side_top ul li,
.side_main ul li{padding: 0px 5px 0px 0px;font-size: 1.1em;}

.side_top ul li a,
.side_main ul li a{color:#58585a;font-size: 1.1em !important;font-weight: normal;}

.side_top ul li:hover a,
.side_top ul li a:hover,
.side_main ul li:hover a,
.side_main ul li a:hover{color: #cc0033 !important;} 

.side_top .col-1-1.aside_wrapper .col-1-1.aside_row.subrow a:hover,
.side_main .col-1-1.aside_wrapper .col-1-1.aside_row.subrow a:hover{color: #cc0033 !important;}
.col-1-1.aside_row.left.bottom {border-bottom: none !important;}
.col-1-1.aside_row.left.bottom ul {list-style: none !important;padding-left: 0px !important;}
.col-1-1.aside_row.left.bottom .single_btn:hover {background-color: #cc0033;}




.side_main ul {

    list-style: none;
}
.side_main ul li:before { 
    content: "";
    border-color: transparent #cc0033;
    border-style: solid;
    border-width: 0.25em 0 0.25em 0.35em;
    display: block;
    height: 0;
    width: 0;
    left: -1em;
    top: 0.9em;
    position: relative;
}

.aside_row .bg_grey.single_btn {
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
.aside_row .bg_grey.single_btn {
  width: 99%;
  padding: 7px;
  margin-top: 1%;
  margin-right: 1%;
}

.aside_row .bg_grey.single_btn:hover {
  background-color: #cc0033;
}

.aside_row .bg_grey.single_btn p{
  font-size: 0.8em;
  padding-left: 10px;
}

img.flag{ margin-right: 5px; border: 1px solid #cccccc; }

.side_main *,
.no_select{
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0) !important;
  -webkit-touch-callout: none !important;
  -webkit-user-select: none !important;
  -khtml-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}


@media all and (max-width: 1280px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1280px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1280px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1280px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1280px), only screen and (min-resolution: 192dpi) and (max-width: 1280px), only screen and (min-resolution: 2dppx) and (max-width: 1280px) {

}

@media all and (max-width: 1180px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1180px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1180px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1180px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1180px), only screen and (min-resolution: 192dpi) and (max-width: 1180px), only screen and (min-resolution: 2dppx) and (max-width: 1180px) {

}
/*TOUCH PANEL*/
@media all and (max-width: 1080px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1080px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1080px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1080px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1080px), only screen and (min-resolution: 192dpi) and (max-width: 1080px), only screen and (min-resolution: 2dppx) and (max-width: 1080px) {

}
/*END TOUCH PANEL*/
@media all and (max-width: 1024px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {

}
@media all and (max-width: 960px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 960px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 960px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 960px), only screen and (min-device-pixel-ratio: 2) and (max-width: 960px), only screen and (min-resolution: 192dpi) and (max-width: 960px), only screen and (min-resolution: 2dppx) and (max-width: 960px) {

}
@media all and (max-width: 767px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 767px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 767px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 767px), only screen and (min-device-pixel-ratio: 2) and (max-width: 767px), only screen and (min-resolution: 192dpi) and (max-width: 767px), only screen and (min-resolution: 2dppx) and (max-width: 767px) {

}
@media all and (max-width: 640px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 640px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 640px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 640px), only screen and (min-device-pixel-ratio: 2) and (max-width: 640px), only screen and (min-resolution: 192dpi) and (max-width: 640px), only screen and (min-resolution: 2dppx) and (max-width: 640px) {
  .side_top,
  .side_main{
    width: 320px;
  }
}
@media all and (max-width: 480px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 480px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 480px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 480px), only screen and (min-device-pixel-ratio: 2) and (max-width: 480px), only screen and (min-resolution: 192dpi) and (max-width: 480px), only screen and (min-resolution: 2dppx) and (max-width: 480px) {

}
@media all and (max-width: 320px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 320px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 320px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 320px), only screen and (min-device-pixel-ratio: 2) and (max-width: 320px), only screen and (min-resolution: 192dpi) and (max-width: 320px), only screen and (min-resolution: 2dppx) and (max-width: 320px) {
 
}
